From: Kenichi Handa Date: Mon, 10 May 2004 12:58:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22582 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7804ba2500949b7cb852196762917808405d11dc;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 356f35c01a1..7eb5e70b23a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-10 Kenichi Handa + + * descr-text.el (describe-char): Fix previous change. Don't make + a unibyte character to multibyte in the *Help* buffer. + 2004-05-10 Miles Bader * lisp/progmodes/gud.el (gud-common-init): Only consider an existing diff --git a/src/ChangeLog b/src/ChangeLog index b0e18593822..4e509b6055c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -12,6 +12,18 @@ 2004-05-10 Kenichi Handa + * print.c (temp_output_buffer_setup): Bind inhibit-read-only and + inhibit-modification-hooks to t temporarily before calling + Ferase_buffer. + + * xfns.c (x_create_tip_frame): Bind inhibit-read-only and + inhibit-modification-hooks to t temporarily before calling + Ferase_buffer. + + * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and + inhibit-modification-hooks to t temporarily before calling + Ferase_buffer. + * fns.c (count_combining): Delete it. (concat): Don't check combining bytes.